'Declaration
Public Event OnDispose As AnnotationEditor.OnDisposeEventHandler
public event AnnotationEditor.OnDisposeEventHandler OnDispose
public event OnDispose: AnnotationEditor.OnDisposeEventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event AnnotationEditor.OnDisposeEventHandler* OnDispose
public: event AnnotationEditor.OnDisposeEventHandler^ OnDispose